Player (βeta)
-
A structure used to make requests to the Spotify Web API regarding the current authenticated user’s Spotify player.
See moreDeclaration
Swift
public struct SKPlayer
-
A structure representing a device that supports a Spotify player.
See moreDeclaration
Swift
public struct SKDevice : JSONDecodable
-
A structure containing values identifying the context in which a particular track is played, such as an album, artist, or playlist.
See moreDeclaration
Swift
public struct SKPlaybackContext : Decodable
-
An aggregated collection of values defining the current state of a Spotify player.
See also
The Web API Currently Playing object.Declaration
Swift
public struct SKPlaybackState : JSONDecodable
-
A mode for repeating playback in a Spotify player.
See moreDeclaration
Swift
public enum SKRepeatMode : String, Codable